'Declaration Public Function New( _
ByVal nameThe name of barcode element.As String, _
ByVal ParamArray itemsThe items of the barcode element.() As BarcodeElement _
)
public BarcodeCompositeElement(
string name,
params BarcodeElement[] items
)
public: BarcodeCompositeElement(
string* name,
params BarcodeElement*[]* items
)
public:
BarcodeCompositeElement(
string^ name,
... array<BarcodeElement^>^ items
)
Parameters
- name
- The name of barcode element.
- items
- The items of the barcode element.